Learn R Programming

PRIST (version 0.925)

[,SingleCellAssay,ANY,ANY,ANY-method: Subset a SingleCellAssay

Description

Subset a SingleCellAssay

Usage

# S4 method for SingleCellAssay,ANY,ANY,ANY
[(x, i, j, ..., drop = FALSE)

Arguments

x

SingleCellAssay

i

logical, integer or character (naming wellKeys)

j

logical, integer or character (naming primerid)

...

ignored

drop

ignored

Value

SingleCellAssay, suitably subsetted

Details

signature(x="SingleCellAssay", i="ANY"): x[i], where i is a logical, integer, or character vector, recycled as necessary to match nrow(x). Optional x[[i,j]] where j is a logical, integer or character vector selecting the features based on ``primerid'' which is unique, while ``geneid'' or gene name is not necessarily unique.